home *** CD-ROM | disk | FTP | other *** search
/ Chip: Internet / Chip Internet.iso / wwwutil / netscape / unix / readme < prev    next >
Text File  |  1995-08-01  |  6KB  |  120 lines

  1. ==============================================================================
  2.                         Netscape 1.1N (X11)
  3. ==============================================================================
  4.  
  5.  
  6.                ***********************************************
  7.                 IMPORTANT!  Before going any further, please
  8.                 read and accept the terms in the file LICENSE.
  9.                ***********************************************
  10.  
  11.  
  12. Release notes for this version of Netscape are available online.  After
  13. starting the program, select "Release Notes" from the "Help" menu.
  14. This will take you to the URL
  15.  
  16.   http://home.netscape.com/eng/mozilla/1.1/relnotes/unix-1.1N.html
  17.  
  18. which lists new features and known problems of this release.
  19.  
  20. To submit bugs or other feedback, use the "How To Give Feedback" option, also
  21. on the "Help" menu, which will take you to the URL
  22.  
  23.         http://home.netscape.com/home/how-to-give-feedback.html
  24.  
  25. If for some reason you cannot submit feedback using that form, you may send
  26. email to x_cbug@netscape.com.  Please be as specific as possible about the 
  27. version of Netscape you are using, and the hardware and version of the OS.
  28. If possible, include a test case for the problem, including a URL.
  29.  
  30.  
  31. ==============================================================================
  32.                           Installation Instructions
  33. ==============================================================================
  34.  
  35. Installation of Netscape is very simple: unpack the tar file, and run 
  36. the resultant executable.  But there are, of course, a few exceptions...
  37.  
  38. AIX:        Netscape requires AIX 3.2.5 with the X11R5 and Motif 1.2 libraries.
  39.             If you are running an older version, you will get undefined
  40.             symbols at run-time; unfortunately, the only solution is to
  41.             upgrade to a more recent version of the OS.  We are told (but
  42.             have not verified) that this executable works on AIX version 4.
  43.  
  44. SunOS 4.1:  The SunOS 4.1 package comes with two executables: netscape and
  45.             netscape_dns.  This is because Suns use two different,
  46.             incompatible methods of resolving host names (Domain Name Service,
  47.             and Network Information Service, formerly known as Yellow Pages.)
  48.             A given site only need install one of these executables.
  49.  
  50.             It is usually possible to configure your YP/NIS server to consult
  51.             a DNS server for resolution of hosts not in the YP maps.  Consult
  52.             your system administrator for details.
  53.  
  54. SunOS 4.1, Linux, and BSDI:
  55.             These distributions also includes a directory called "nls".
  56.             This directory is a standard part of the MIT X11R5 distribution,
  57.             but is not included with X11R4- or X11R6-based systems (such as
  58.             OpenWindows 3.0 or earlier, and XFree86 3.1 or later.)
  59.  
  60.             On these systems, Netscape has been linked against X11R5 (because
  61.             Motif 1.2.4 has some bad bugs in conjunction with with X11R6.)
  62.             Unfortunately, X11R5 has one rather serious bug, which is that if
  63.             this "nls" directory does not exist, the program will dump core
  64.             any time you try to copy or paste to or from a text field!
  65.  
  66.             So, if you don't have the "nls" directory on your system, you will
  67.             need to install it first.  Here is where Netscape looks for it (these
  68.             default pathnames are hardcoded into the executable):
  69.  
  70.                 SunOS 4.1:  /usr/lib/X11/nls/
  71.                 Linux:      /usr/X386/lib/X11/nls/
  72.                 BSDI:       /usr/X11/lib/X11/nls/
  73.  
  74.             If you choose not to create the directory there, then you must
  75.             set the $XNLSPATH environment variable to the directory where you
  76.             did install it.
  77.  
  78. NetBSD, FreeBSD:
  79.             We have been told (but have not verified) that the BSDI binaries
  80.             will work on x86 systems running NetBSD 1.0 or FreeBSD 2.0 (but
  81.             not FreeBSD 1.1.5.1.)
  82.  
  83.  * Included with all distributions is a file called XKeysymDB.  Without this
  84.    file, many warnings about "unknown keysyms" will be generated when the
  85.    program starts up, and most keyboard equivalents won't work.  This is a
  86.    general problem with running Motif programs on systems not configured for
  87.    Motif, and so will be necessary on most Sun systems.
  88.  
  89.    This file is included with all packages because some systems have an older
  90.    version of this file, so you may still get some warnings.  The XKeysymDB
  91.    file normally goes in /usr/lib/X11/XKeysymDB or /usr/openwin/lib/XKeysymDB,
  92.    but you can override that with $XKEYSYMDB.
  93.  
  94.  * Also included with all distributions is a file called Netscape.ad, which
  95.    lists the default resources which are built in to the program.  It is
  96.    not necessary to install this; it is provided for informational purposes.
  97.    See the comment at the top of the file for more information.
  98.  
  99.  * If you get a "Cannot locate host" dialog at startup, this is a sign of
  100.    problems related to name resolution.  If you're on a Sun, see the comments
  101.    above about the two executables.
  102.  
  103.  * If you get a "Cannot connect to host" dialog at startup, it could mean that
  104.    you are behind a firewall, and need to tell Netscape about your SOCKS
  105.    server.  See the Preferences dialog under the Options menu, or consult your
  106.    system administrator.
  107.  
  108.  * Please read the release notes under "Help -> Release Notes".  This
  109.    document is updated as problems are found, so please check it before 
  110.    reporting a bug.
  111.  
  112.  * To unpack a compressed tar file into the current directory, use some 
  113.    variation of the following command:
  114.  
  115.        zcat the-file.tar.Z | tar -vxf -
  116.  
  117.  * And remember, it's spelled N-e-t-s-c-a-p-e, but it's pronounced "Mozilla."
  118.  
  119. ==============================================================================
  120.